3.376 \(\int \frac{x^5 \sqrt{1-x^2}}{a+b x^2+c x^4} \, dx\)

Optimal. Leaf size=281 \[ \frac{\left (-\frac{-3 a b c-2 a c^2+b^2 c+b^3}{\sqrt{b^2-4 a c}}-a c+b^2+b c\right ) \tanh ^{-1}\left (\frac{\sqrt{2} \sqrt{c} \sqrt{1-x^2}}{\sqrt{-\sqrt{b^2-4 a c}+b+2 c}}\right )}{\sqrt{2} c^{5/2} \sqrt{-\sqrt{b^2-4 a c}+b+2 c}}+\frac{\left (\frac{-3 a b c-2 a c^2+b^2 c+b^3}{\sqrt{b^2-4 a c}}-a c+b^2+b c\right ) \tanh ^{-1}\left (\frac{\sqrt{2} \sqrt{c} \sqrt{1-x^2}}{\sqrt{\sqrt{b^2-4 a c}+b+2 c}}\right )}{\sqrt{2} c^{5/2} \sqrt{\sqrt{b^2-4 a c}+b+2 c}}-\frac{b \sqrt{1-x^2}}{c^2}-\frac{\left (1-x^2\right )^{3/2}}{3 c} \]

[Out]

-((b*Sqrt[1 - x^2])/c^2) - (1 - x^2)^(3/2)/(3*c) + ((b^2 - a*c + b*c - (b^3 - 3*a*b*c + b^2*c - 2*a*c^2)/Sqrt[
b^2 - 4*a*c])*ArcTanh[(Sqrt[2]*Sqrt[c]*Sqrt[1 - x^2])/Sqrt[b + 2*c - Sqrt[b^2 - 4*a*c]]])/(Sqrt[2]*c^(5/2)*Sqr
t[b + 2*c - Sqrt[b^2 - 4*a*c]]) + ((b^2 - a*c + b*c + (b^3 - 3*a*b*c + b^2*c - 2*a*c^2)/Sqrt[b^2 - 4*a*c])*Arc
Tanh[(Sqrt[2]*Sqrt[c]*Sqrt[1 - x^2])/Sqrt[b + 2*c + Sqrt[b^2 - 4*a*c]]])/(Sqrt[2]*c^(5/2)*Sqrt[b + 2*c + Sqrt[
b^2 - 4*a*c]])

________________________________________________________________________________________

Rubi [A]  time = 7.33561, antiderivative size = 281, normalized size of antiderivative = 1., number of steps used = 7, number of rules used = 5, integrand size = 29, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.172, Rules used = {1251, 897, 1287, 1166, 208} \[ \frac{\left (-\frac{-3 a b c-2 a c^2+b^2 c+b^3}{\sqrt{b^2-4 a c}}-a c+b^2+b c\right ) \tanh ^{-1}\left (\frac{\sqrt{2} \sqrt{c} \sqrt{1-x^2}}{\sqrt{-\sqrt{b^2-4 a c}+b+2 c}}\right )}{\sqrt{2} c^{5/2} \sqrt{-\sqrt{b^2-4 a c}+b+2 c}}+\frac{\left (\frac{-3 a b c-2 a c^2+b^2 c+b^3}{\sqrt{b^2-4 a c}}-a c+b^2+b c\right ) \tanh ^{-1}\left (\frac{\sqrt{2} \sqrt{c} \sqrt{1-x^2}}{\sqrt{\sqrt{b^2-4 a c}+b+2 c}}\right )}{\sqrt{2} c^{5/2} \sqrt{\sqrt{b^2-4 a c}+b+2 c}}-\frac{b \sqrt{1-x^2}}{c^2}-\frac{\left (1-x^2\right )^{3/2}}{3 c} \]

Antiderivative was successfully verified.

[In]

Int[(x^5*Sqrt[1 - x^2])/(a + b*x^2 + c*x^4),x]

[Out]

-((b*Sqrt[1 - x^2])/c^2) - (1 - x^2)^(3/2)/(3*c) + ((b^2 - a*c + b*c - (b^3 - 3*a*b*c + b^2*c - 2*a*c^2)/Sqrt[
b^2 - 4*a*c])*ArcTanh[(Sqrt[2]*Sqrt[c]*Sqrt[1 - x^2])/Sqrt[b + 2*c - Sqrt[b^2 - 4*a*c]]])/(Sqrt[2]*c^(5/2)*Sqr
t[b + 2*c - Sqrt[b^2 - 4*a*c]]) + ((b^2 - a*c + b*c + (b^3 - 3*a*b*c + b^2*c - 2*a*c^2)/Sqrt[b^2 - 4*a*c])*Arc
Tanh[(Sqrt[2]*Sqrt[c]*Sqrt[1 - x^2])/Sqrt[b + 2*c + Sqrt[b^2 - 4*a*c]]])/(Sqrt[2]*c^(5/2)*Sqrt[b + 2*c + Sqrt[
b^2 - 4*a*c]])

Rule 1251

Int[(x_)^(m_.)*((d_) + (e_.)*(x_)^2)^(q_.)*((a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4)^(p_.), x_Symbol] :> Dist[1/2,
Subst[Int[x^((m - 1)/2)*(d + e*x)^q*(a + b*x + c*x^2)^p, x], x, x^2], x] /; FreeQ[{a, b, c, d, e, p, q}, x] &&
 IntegerQ[(m - 1)/2]

Rule 897

Int[((d_.) + (e_.)*(x_))^(m_)*((f_.) + (g_.)*(x_))^(n_)*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :
> With[{q = Denominator[m]}, Dist[q/e, Subst[Int[x^(q*(m + 1) - 1)*((e*f - d*g)/e + (g*x^q)/e)^n*((c*d^2 - b*d
*e + a*e^2)/e^2 - ((2*c*d - b*e)*x^q)/e^2 + (c*x^(2*q))/e^2)^p, x], x, (d + e*x)^(1/q)], x]] /; FreeQ[{a, b, c
, d, e, f, g}, x] && NeQ[e*f - d*g, 0] && NeQ[b^2 - 4*a*c, 0] && NeQ[c*d^2 - b*d*e + a*e^2, 0] && IntegersQ[n,
 p] && FractionQ[m]

Rule 1287

Int[(((f_.)*(x_))^(m_.)*((d_) + (e_.)*(x_)^2)^(q_.))/((a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4), x_Symbol] :> Int[Ex
pandIntegrand[((f*x)^m*(d + e*x^2)^q)/(a + b*x^2 + c*x^4), x], x] /; FreeQ[{a, b, c, d, e, f, m}, x] && NeQ[b^
2 - 4*a*c, 0] && IntegerQ[q] && IntegerQ[m]

Rule 1166

Int[((d_) + (e_.)*(x_)^2)/((a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4), x_Symbol] :> With[{q = Rt[b^2 - 4*a*c, 2]}, Di
st[e/2 + (2*c*d - b*e)/(2*q), Int[1/(b/2 - q/2 + c*x^2), x], x] + Dist[e/2 - (2*c*d - b*e)/(2*q), Int[1/(b/2 +
 q/2 + c*x^2), x], x]] /; FreeQ[{a, b, c, d, e}, x] && NeQ[b^2 - 4*a*c, 0] && NeQ[c*d^2 - a*e^2, 0] && PosQ[b^
2 - 4*a*c]

Rule 208

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(Rt[-(a/b), 2]*ArcTanh[x/Rt[-(a/b), 2]])/a, x] /; FreeQ[{a,
b}, x] && NegQ[a/b]

Rubi steps

\begin{align*} \int \frac{x^5 \sqrt{1-x^2}}{a+b x^2+c x^4} \, dx &=\frac{1}{2} \operatorname{Subst}\left (\int \frac{\sqrt{1-x} x^2}{a+b x+c x^2} \, dx,x,x^2\right )\\ &=-\operatorname{Subst}\left (\int \frac{x^2 \left (1-x^2\right )^2}{a+b+c+(-b-2 c) x^2+c x^4} \, dx,x,\sqrt{1-x^2}\right )\\ &=-\operatorname{Subst}\left (\int \left (\frac{b}{c^2}+\frac{x^2}{c}-\frac{b (a+b+c)-\left (b^2-a c+b c\right ) x^2}{c^2 \left (a+b+c+(-b-2 c) x^2+c x^4\right )}\right ) \, dx,x,\sqrt{1-x^2}\right )\\ &=-\frac{b \sqrt{1-x^2}}{c^2}-\frac{\left (1-x^2\right )^{3/2}}{3 c}+\frac{\operatorname{Subst}\left (\int \frac{b (a+b+c)+\left (-b^2+a c-b c\right ) x^2}{a+b+c+(-b-2 c) x^2+c x^4} \, dx,x,\sqrt{1-x^2}\right )}{c^2}\\ &=-\frac{b \sqrt{1-x^2}}{c^2}-\frac{\left (1-x^2\right )^{3/2}}{3 c}-\frac{\left (b^2-a c+b c-\frac{b^3-3 a b c+b^2 c-2 a c^2}{\sqrt{b^2-4 a c}}\right ) \operatorname{Subst}\left (\int \frac{1}{\frac{1}{2} (-b-2 c)+\frac{1}{2} \sqrt{b^2-4 a c}+c x^2} \, dx,x,\sqrt{1-x^2}\right )}{2 c^2}-\frac{\left (b^2-a c+b c+\frac{b^3-3 a b c+b^2 c-2 a c^2}{\sqrt{b^2-4 a c}}\right ) \operatorname{Subst}\left (\int \frac{1}{\frac{1}{2} (-b-2 c)-\frac{1}{2} \sqrt{b^2-4 a c}+c x^2} \, dx,x,\sqrt{1-x^2}\right )}{2 c^2}\\ &=-\frac{b \sqrt{1-x^2}}{c^2}-\frac{\left (1-x^2\right )^{3/2}}{3 c}+\frac{\left (b^2-a c+b c-\frac{b^3-3 a b c+b^2 c-2 a c^2}{\sqrt{b^2-4 a c}}\right ) \tanh ^{-1}\left (\frac{\sqrt{2} \sqrt{c} \sqrt{1-x^2}}{\sqrt{b+2 c-\sqrt{b^2-4 a c}}}\right )}{\sqrt{2} c^{5/2} \sqrt{b+2 c-\sqrt{b^2-4 a c}}}+\frac{\left (b^2-a c+b c+\frac{b^3-3 a b c+b^2 c-2 a c^2}{\sqrt{b^2-4 a c}}\right ) \tanh ^{-1}\left (\frac{\sqrt{2} \sqrt{c} \sqrt{1-x^2}}{\sqrt{b+2 c+\sqrt{b^2-4 a c}}}\right )}{\sqrt{2} c^{5/2} \sqrt{b+2 c+\sqrt{b^2-4 a c}}}\\ \end{align*}

Mathematica [A]  time = 0.535399, size = 354, normalized size = 1.26 \[ \frac{-\frac{3 \sqrt{2} \left (b^2 \left (\sqrt{b^2-4 a c}+c\right )+b c \left (\sqrt{b^2-4 a c}-3 a\right )-a c \left (\sqrt{b^2-4 a c}+2 c\right )+b^3\right ) \tan ^{-1}\left (\frac{\sqrt{2} \sqrt{c} \sqrt{1-x^2}}{\sqrt{-\sqrt{b^2-4 a c}-b-2 c}}\right )}{\sqrt{b^2-4 a c} \sqrt{-\sqrt{b^2-4 a c}-b-2 c}}-\frac{3 \sqrt{2} \left (b^2 \left (\sqrt{b^2-4 a c}-c\right )+b c \left (\sqrt{b^2-4 a c}+3 a\right )+a c \left (2 c-\sqrt{b^2-4 a c}\right )-b^3\right ) \tan ^{-1}\left (\frac{\sqrt{2} \sqrt{c} \sqrt{1-x^2}}{\sqrt{\sqrt{b^2-4 a c}-b-2 c}}\right )}{\sqrt{b^2-4 a c} \sqrt{\sqrt{b^2-4 a c}-b-2 c}}-6 b \sqrt{c} \sqrt{1-x^2}-2 c^{3/2} \left (1-x^2\right )^{3/2}}{6 c^{5/2}} \]

Antiderivative was successfully verified.

[In]

Integrate[(x^5*Sqrt[1 - x^2])/(a + b*x^2 + c*x^4),x]

[Out]

(-6*b*Sqrt[c]*Sqrt[1 - x^2] - 2*c^(3/2)*(1 - x^2)^(3/2) - (3*Sqrt[2]*(b^3 + b*c*(-3*a + Sqrt[b^2 - 4*a*c]) + b
^2*(c + Sqrt[b^2 - 4*a*c]) - a*c*(2*c + Sqrt[b^2 - 4*a*c]))*ArcTan[(Sqrt[2]*Sqrt[c]*Sqrt[1 - x^2])/Sqrt[-b - 2
*c - Sqrt[b^2 - 4*a*c]]])/(Sqrt[b^2 - 4*a*c]*Sqrt[-b - 2*c - Sqrt[b^2 - 4*a*c]]) - (3*Sqrt[2]*(-b^3 + a*c*(2*c
 - Sqrt[b^2 - 4*a*c]) + b*c*(3*a + Sqrt[b^2 - 4*a*c]) + b^2*(-c + Sqrt[b^2 - 4*a*c]))*ArcTan[(Sqrt[2]*Sqrt[c]*
Sqrt[1 - x^2])/Sqrt[-b - 2*c + Sqrt[b^2 - 4*a*c]]])/(Sqrt[b^2 - 4*a*c]*Sqrt[-b - 2*c + Sqrt[b^2 - 4*a*c]]))/(6
*c^(5/2))

________________________________________________________________________________________

Maple [B]  time = 0.081, size = 2134, normalized size = 7.6 \begin{align*} \text{result too large to display} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^5*(-x^2+1)^(1/2)/(c*x^4+b*x^2+a),x)

[Out]

-1/3*(-x^2+1)^(3/2)/c+4/c*a^2/(8*a*c-2*b^2)/(4*a*c-2*b^2+2*(-4*a*c+b^2)^(1/2)*a+2*b*(-4*a*c+b^2)^(1/2)-2*a*b)^
(1/2)*arctan(1/2*(-2*((-x^2+1)^(1/2)-1)^2/x^2*a+2*(-4*a*c+b^2)^(1/2)-2*a-2*b)/(4*a*c-2*b^2+2*(-4*a*c+b^2)^(1/2
)*a+2*b*(-4*a*c+b^2)^(1/2)-2*a*b)^(1/2))*(-4*a*c+b^2)^(1/2)-2/c^2*a/(8*a*c-2*b^2)/(4*a*c-2*b^2+2*(-4*a*c+b^2)^
(1/2)*a+2*b*(-4*a*c+b^2)^(1/2)-2*a*b)^(1/2)*arctan(1/2*(-2*((-x^2+1)^(1/2)-1)^2/x^2*a+2*(-4*a*c+b^2)^(1/2)-2*a
-2*b)/(4*a*c-2*b^2+2*(-4*a*c+b^2)^(1/2)*a+2*b*(-4*a*c+b^2)^(1/2)-2*a*b)^(1/2))*b^2*(-4*a*c+b^2)^(1/2)-2/c*a/(8
*a*c-2*b^2)/(4*a*c-2*b^2+2*(-4*a*c+b^2)^(1/2)*a+2*b*(-4*a*c+b^2)^(1/2)-2*a*b)^(1/2)*arctan(1/2*(-2*((-x^2+1)^(
1/2)-1)^2/x^2*a+2*(-4*a*c+b^2)^(1/2)-2*a-2*b)/(4*a*c-2*b^2+2*(-4*a*c+b^2)^(1/2)*a+2*b*(-4*a*c+b^2)^(1/2)-2*a*b
)^(1/2))*(-4*a*c+b^2)^(1/2)*b+8/c*a^2/(8*a*c-2*b^2)/(4*a*c-2*b^2+2*(-4*a*c+b^2)^(1/2)*a+2*b*(-4*a*c+b^2)^(1/2)
-2*a*b)^(1/2)*arctan(1/2*(-2*((-x^2+1)^(1/2)-1)^2/x^2*a+2*(-4*a*c+b^2)^(1/2)-2*a-2*b)/(4*a*c-2*b^2+2*(-4*a*c+b
^2)^(1/2)*a+2*b*(-4*a*c+b^2)^(1/2)-2*a*b)^(1/2))*b+8*a^2/(8*a*c-2*b^2)/(4*a*c-2*b^2+2*(-4*a*c+b^2)^(1/2)*a+2*b
*(-4*a*c+b^2)^(1/2)-2*a*b)^(1/2)*arctan(1/2*(-2*((-x^2+1)^(1/2)-1)^2/x^2*a+2*(-4*a*c+b^2)^(1/2)-2*a-2*b)/(4*a*
c-2*b^2+2*(-4*a*c+b^2)^(1/2)*a+2*b*(-4*a*c+b^2)^(1/2)-2*a*b)^(1/2))-2/c^2*a/(8*a*c-2*b^2)/(4*a*c-2*b^2+2*(-4*a
*c+b^2)^(1/2)*a+2*b*(-4*a*c+b^2)^(1/2)-2*a*b)^(1/2)*arctan(1/2*(-2*((-x^2+1)^(1/2)-1)^2/x^2*a+2*(-4*a*c+b^2)^(
1/2)-2*a-2*b)/(4*a*c-2*b^2+2*(-4*a*c+b^2)^(1/2)*a+2*b*(-4*a*c+b^2)^(1/2)-2*a*b)^(1/2))*b^3-2/c*a/(8*a*c-2*b^2)
/(4*a*c-2*b^2+2*(-4*a*c+b^2)^(1/2)*a+2*b*(-4*a*c+b^2)^(1/2)-2*a*b)^(1/2)*arctan(1/2*(-2*((-x^2+1)^(1/2)-1)^2/x
^2*a+2*(-4*a*c+b^2)^(1/2)-2*a-2*b)/(4*a*c-2*b^2+2*(-4*a*c+b^2)^(1/2)*a+2*b*(-4*a*c+b^2)^(1/2)-2*a*b)^(1/2))*b^
2+4/c*a^2/(8*a*c-2*b^2)/(4*a*c-2*b^2-2*(-4*a*c+b^2)^(1/2)*a-2*b*(-4*a*c+b^2)^(1/2)-2*a*b)^(1/2)*arctan(1/2*(2*
((-x^2+1)^(1/2)-1)^2/x^2*a+2*(-4*a*c+b^2)^(1/2)+2*a+2*b)/(4*a*c-2*b^2-2*(-4*a*c+b^2)^(1/2)*a-2*b*(-4*a*c+b^2)^
(1/2)-2*a*b)^(1/2))*(-4*a*c+b^2)^(1/2)-2/c^2*a/(8*a*c-2*b^2)/(4*a*c-2*b^2-2*(-4*a*c+b^2)^(1/2)*a-2*b*(-4*a*c+b
^2)^(1/2)-2*a*b)^(1/2)*arctan(1/2*(2*((-x^2+1)^(1/2)-1)^2/x^2*a+2*(-4*a*c+b^2)^(1/2)+2*a+2*b)/(4*a*c-2*b^2-2*(
-4*a*c+b^2)^(1/2)*a-2*b*(-4*a*c+b^2)^(1/2)-2*a*b)^(1/2))*b^2*(-4*a*c+b^2)^(1/2)-2/c*a/(8*a*c-2*b^2)/(4*a*c-2*b
^2-2*(-4*a*c+b^2)^(1/2)*a-2*b*(-4*a*c+b^2)^(1/2)-2*a*b)^(1/2)*arctan(1/2*(2*((-x^2+1)^(1/2)-1)^2/x^2*a+2*(-4*a
*c+b^2)^(1/2)+2*a+2*b)/(4*a*c-2*b^2-2*(-4*a*c+b^2)^(1/2)*a-2*b*(-4*a*c+b^2)^(1/2)-2*a*b)^(1/2))*(-4*a*c+b^2)^(
1/2)*b-8/c*a^2/(8*a*c-2*b^2)/(4*a*c-2*b^2-2*(-4*a*c+b^2)^(1/2)*a-2*b*(-4*a*c+b^2)^(1/2)-2*a*b)^(1/2)*arctan(1/
2*(2*((-x^2+1)^(1/2)-1)^2/x^2*a+2*(-4*a*c+b^2)^(1/2)+2*a+2*b)/(4*a*c-2*b^2-2*(-4*a*c+b^2)^(1/2)*a-2*b*(-4*a*c+
b^2)^(1/2)-2*a*b)^(1/2))*b-8*a^2/(8*a*c-2*b^2)/(4*a*c-2*b^2-2*(-4*a*c+b^2)^(1/2)*a-2*b*(-4*a*c+b^2)^(1/2)-2*a*
b)^(1/2)*arctan(1/2*(2*((-x^2+1)^(1/2)-1)^2/x^2*a+2*(-4*a*c+b^2)^(1/2)+2*a+2*b)/(4*a*c-2*b^2-2*(-4*a*c+b^2)^(1
/2)*a-2*b*(-4*a*c+b^2)^(1/2)-2*a*b)^(1/2))+2/c^2*a/(8*a*c-2*b^2)/(4*a*c-2*b^2-2*(-4*a*c+b^2)^(1/2)*a-2*b*(-4*a
*c+b^2)^(1/2)-2*a*b)^(1/2)*arctan(1/2*(2*((-x^2+1)^(1/2)-1)^2/x^2*a+2*(-4*a*c+b^2)^(1/2)+2*a+2*b)/(4*a*c-2*b^2
-2*(-4*a*c+b^2)^(1/2)*a-2*b*(-4*a*c+b^2)^(1/2)-2*a*b)^(1/2))*b^3+2/c*a/(8*a*c-2*b^2)/(4*a*c-2*b^2-2*(-4*a*c+b^
2)^(1/2)*a-2*b*(-4*a*c+b^2)^(1/2)-2*a*b)^(1/2)*arctan(1/2*(2*((-x^2+1)^(1/2)-1)^2/x^2*a+2*(-4*a*c+b^2)^(1/2)+2
*a+2*b)/(4*a*c-2*b^2-2*(-4*a*c+b^2)^(1/2)*a-2*b*(-4*a*c+b^2)^(1/2)-2*a*b)^(1/2))*b^2-2/c^2*b/(2/x^2-2/x^2*(-x^
2+1)^(1/2))

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\sqrt{-x^{2} + 1} x^{5}}{c x^{4} + b x^{2} + a}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^5*(-x^2+1)^(1/2)/(c*x^4+b*x^2+a),x, algorithm="maxima")

[Out]

integrate(sqrt(-x^2 + 1)*x^5/(c*x^4 + b*x^2 + a), x)

________________________________________________________________________________________

Fricas [B]  time = 33.2244, size = 7294, normalized size = 25.96 \begin{align*} \text{result too large to display} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^5*(-x^2+1)^(1/2)/(c*x^4+b*x^2+a),x, algorithm="fricas")

[Out]

-1/6*(3*sqrt(1/2)*c^2*sqrt((b^5 + 2*a^2*c^3 + (5*a^2*b - 4*a*b^2)*c^2 - (5*a*b^3 - b^4)*c - (b^2*c^5 - 4*a*c^6
)*sqrt((b^8 + (a^4 - 4*a^3*b + 4*a^2*b^2)*c^4 - 2*(3*a^3*b^2 - 7*a^2*b^3 + 2*a*b^4)*c^3 + (11*a^2*b^4 - 10*a*b
^5 + b^6)*c^2 - 2*(3*a*b^6 - b^7)*c)/(b^2*c^10 - 4*a*c^11)))/(b^2*c^5 - 4*a*c^6))*log(-(2*a^3*b^4 + (a^2*b^2*c
^5 - 4*a^3*c^6)*x^2*sqrt((b^8 + (a^4 - 4*a^3*b + 4*a^2*b^2)*c^4 - 2*(3*a^3*b^2 - 7*a^2*b^3 + 2*a*b^4)*c^3 + (1
1*a^2*b^4 - 10*a*b^5 + b^6)*c^2 - 2*(3*a*b^6 - b^7)*c)/(b^2*c^10 - 4*a*c^11)) + 2*(a^5 - 2*a^4*b)*c^2 + (a^2*b
^5 + (a^4*b - 2*a^3*b^2)*c^2 - (3*a^3*b^3 - a^2*b^4)*c)*x^2 - 2*(3*a^4*b^2 - a^3*b^3)*c + sqrt(1/2)*((b^5*c^5
- 7*a*b^3*c^6 + 12*a^2*b*c^7)*x^2*sqrt((b^8 + (a^4 - 4*a^3*b + 4*a^2*b^2)*c^4 - 2*(3*a^3*b^2 - 7*a^2*b^3 + 2*a
*b^4)*c^3 + (11*a^2*b^4 - 10*a*b^5 + b^6)*c^2 - 2*(3*a*b^6 - b^7)*c)/(b^2*c^10 - 4*a*c^11)) + (b^8 + 4*(a^4 -
2*a^3*b)*c^4 - (17*a^3*b^2 - 14*a^2*b^3)*c^3 + (20*a^2*b^4 - 7*a*b^5)*c^2 - (8*a*b^6 - b^7)*c)*x^2)*sqrt((b^5
+ 2*a^2*c^3 + (5*a^2*b - 4*a*b^2)*c^2 - (5*a*b^3 - b^4)*c - (b^2*c^5 - 4*a*c^6)*sqrt((b^8 + (a^4 - 4*a^3*b + 4
*a^2*b^2)*c^4 - 2*(3*a^3*b^2 - 7*a^2*b^3 + 2*a*b^4)*c^3 + (11*a^2*b^4 - 10*a*b^5 + b^6)*c^2 - 2*(3*a*b^6 - b^7
)*c)/(b^2*c^10 - 4*a*c^11)))/(b^2*c^5 - 4*a*c^6)) - 2*(a^3*b^4 + (a^5 - 2*a^4*b)*c^2 - (3*a^4*b^2 - a^3*b^3)*c
)*sqrt(-x^2 + 1))/x^2) - 3*sqrt(1/2)*c^2*sqrt((b^5 + 2*a^2*c^3 + (5*a^2*b - 4*a*b^2)*c^2 - (5*a*b^3 - b^4)*c -
 (b^2*c^5 - 4*a*c^6)*sqrt((b^8 + (a^4 - 4*a^3*b + 4*a^2*b^2)*c^4 - 2*(3*a^3*b^2 - 7*a^2*b^3 + 2*a*b^4)*c^3 + (
11*a^2*b^4 - 10*a*b^5 + b^6)*c^2 - 2*(3*a*b^6 - b^7)*c)/(b^2*c^10 - 4*a*c^11)))/(b^2*c^5 - 4*a*c^6))*log(-(2*a
^3*b^4 + (a^2*b^2*c^5 - 4*a^3*c^6)*x^2*sqrt((b^8 + (a^4 - 4*a^3*b + 4*a^2*b^2)*c^4 - 2*(3*a^3*b^2 - 7*a^2*b^3
+ 2*a*b^4)*c^3 + (11*a^2*b^4 - 10*a*b^5 + b^6)*c^2 - 2*(3*a*b^6 - b^7)*c)/(b^2*c^10 - 4*a*c^11)) + 2*(a^5 - 2*
a^4*b)*c^2 + (a^2*b^5 + (a^4*b - 2*a^3*b^2)*c^2 - (3*a^3*b^3 - a^2*b^4)*c)*x^2 - 2*(3*a^4*b^2 - a^3*b^3)*c - s
qrt(1/2)*((b^5*c^5 - 7*a*b^3*c^6 + 12*a^2*b*c^7)*x^2*sqrt((b^8 + (a^4 - 4*a^3*b + 4*a^2*b^2)*c^4 - 2*(3*a^3*b^
2 - 7*a^2*b^3 + 2*a*b^4)*c^3 + (11*a^2*b^4 - 10*a*b^5 + b^6)*c^2 - 2*(3*a*b^6 - b^7)*c)/(b^2*c^10 - 4*a*c^11))
 + (b^8 + 4*(a^4 - 2*a^3*b)*c^4 - (17*a^3*b^2 - 14*a^2*b^3)*c^3 + (20*a^2*b^4 - 7*a*b^5)*c^2 - (8*a*b^6 - b^7)
*c)*x^2)*sqrt((b^5 + 2*a^2*c^3 + (5*a^2*b - 4*a*b^2)*c^2 - (5*a*b^3 - b^4)*c - (b^2*c^5 - 4*a*c^6)*sqrt((b^8 +
 (a^4 - 4*a^3*b + 4*a^2*b^2)*c^4 - 2*(3*a^3*b^2 - 7*a^2*b^3 + 2*a*b^4)*c^3 + (11*a^2*b^4 - 10*a*b^5 + b^6)*c^2
 - 2*(3*a*b^6 - b^7)*c)/(b^2*c^10 - 4*a*c^11)))/(b^2*c^5 - 4*a*c^6)) - 2*(a^3*b^4 + (a^5 - 2*a^4*b)*c^2 - (3*a
^4*b^2 - a^3*b^3)*c)*sqrt(-x^2 + 1))/x^2) - 3*sqrt(1/2)*c^2*sqrt((b^5 + 2*a^2*c^3 + (5*a^2*b - 4*a*b^2)*c^2 -
(5*a*b^3 - b^4)*c + (b^2*c^5 - 4*a*c^6)*sqrt((b^8 + (a^4 - 4*a^3*b + 4*a^2*b^2)*c^4 - 2*(3*a^3*b^2 - 7*a^2*b^3
 + 2*a*b^4)*c^3 + (11*a^2*b^4 - 10*a*b^5 + b^6)*c^2 - 2*(3*a*b^6 - b^7)*c)/(b^2*c^10 - 4*a*c^11)))/(b^2*c^5 -
4*a*c^6))*log(-(2*a^3*b^4 - (a^2*b^2*c^5 - 4*a^3*c^6)*x^2*sqrt((b^8 + (a^4 - 4*a^3*b + 4*a^2*b^2)*c^4 - 2*(3*a
^3*b^2 - 7*a^2*b^3 + 2*a*b^4)*c^3 + (11*a^2*b^4 - 10*a*b^5 + b^6)*c^2 - 2*(3*a*b^6 - b^7)*c)/(b^2*c^10 - 4*a*c
^11)) + 2*(a^5 - 2*a^4*b)*c^2 + (a^2*b^5 + (a^4*b - 2*a^3*b^2)*c^2 - (3*a^3*b^3 - a^2*b^4)*c)*x^2 - 2*(3*a^4*b
^2 - a^3*b^3)*c + sqrt(1/2)*((b^5*c^5 - 7*a*b^3*c^6 + 12*a^2*b*c^7)*x^2*sqrt((b^8 + (a^4 - 4*a^3*b + 4*a^2*b^2
)*c^4 - 2*(3*a^3*b^2 - 7*a^2*b^3 + 2*a*b^4)*c^3 + (11*a^2*b^4 - 10*a*b^5 + b^6)*c^2 - 2*(3*a*b^6 - b^7)*c)/(b^
2*c^10 - 4*a*c^11)) - (b^8 + 4*(a^4 - 2*a^3*b)*c^4 - (17*a^3*b^2 - 14*a^2*b^3)*c^3 + (20*a^2*b^4 - 7*a*b^5)*c^
2 - (8*a*b^6 - b^7)*c)*x^2)*sqrt((b^5 + 2*a^2*c^3 + (5*a^2*b - 4*a*b^2)*c^2 - (5*a*b^3 - b^4)*c + (b^2*c^5 - 4
*a*c^6)*sqrt((b^8 + (a^4 - 4*a^3*b + 4*a^2*b^2)*c^4 - 2*(3*a^3*b^2 - 7*a^2*b^3 + 2*a*b^4)*c^3 + (11*a^2*b^4 -
10*a*b^5 + b^6)*c^2 - 2*(3*a*b^6 - b^7)*c)/(b^2*c^10 - 4*a*c^11)))/(b^2*c^5 - 4*a*c^6)) - 2*(a^3*b^4 + (a^5 -
2*a^4*b)*c^2 - (3*a^4*b^2 - a^3*b^3)*c)*sqrt(-x^2 + 1))/x^2) + 3*sqrt(1/2)*c^2*sqrt((b^5 + 2*a^2*c^3 + (5*a^2*
b - 4*a*b^2)*c^2 - (5*a*b^3 - b^4)*c + (b^2*c^5 - 4*a*c^6)*sqrt((b^8 + (a^4 - 4*a^3*b + 4*a^2*b^2)*c^4 - 2*(3*
a^3*b^2 - 7*a^2*b^3 + 2*a*b^4)*c^3 + (11*a^2*b^4 - 10*a*b^5 + b^6)*c^2 - 2*(3*a*b^6 - b^7)*c)/(b^2*c^10 - 4*a*
c^11)))/(b^2*c^5 - 4*a*c^6))*log(-(2*a^3*b^4 - (a^2*b^2*c^5 - 4*a^3*c^6)*x^2*sqrt((b^8 + (a^4 - 4*a^3*b + 4*a^
2*b^2)*c^4 - 2*(3*a^3*b^2 - 7*a^2*b^3 + 2*a*b^4)*c^3 + (11*a^2*b^4 - 10*a*b^5 + b^6)*c^2 - 2*(3*a*b^6 - b^7)*c
)/(b^2*c^10 - 4*a*c^11)) + 2*(a^5 - 2*a^4*b)*c^2 + (a^2*b^5 + (a^4*b - 2*a^3*b^2)*c^2 - (3*a^3*b^3 - a^2*b^4)*
c)*x^2 - 2*(3*a^4*b^2 - a^3*b^3)*c - sqrt(1/2)*((b^5*c^5 - 7*a*b^3*c^6 + 12*a^2*b*c^7)*x^2*sqrt((b^8 + (a^4 -
4*a^3*b + 4*a^2*b^2)*c^4 - 2*(3*a^3*b^2 - 7*a^2*b^3 + 2*a*b^4)*c^3 + (11*a^2*b^4 - 10*a*b^5 + b^6)*c^2 - 2*(3*
a*b^6 - b^7)*c)/(b^2*c^10 - 4*a*c^11)) - (b^8 + 4*(a^4 - 2*a^3*b)*c^4 - (17*a^3*b^2 - 14*a^2*b^3)*c^3 + (20*a^
2*b^4 - 7*a*b^5)*c^2 - (8*a*b^6 - b^7)*c)*x^2)*sqrt((b^5 + 2*a^2*c^3 + (5*a^2*b - 4*a*b^2)*c^2 - (5*a*b^3 - b^
4)*c + (b^2*c^5 - 4*a*c^6)*sqrt((b^8 + (a^4 - 4*a^3*b + 4*a^2*b^2)*c^4 - 2*(3*a^3*b^2 - 7*a^2*b^3 + 2*a*b^4)*c
^3 + (11*a^2*b^4 - 10*a*b^5 + b^6)*c^2 - 2*(3*a*b^6 - b^7)*c)/(b^2*c^10 - 4*a*c^11)))/(b^2*c^5 - 4*a*c^6)) - 2
*(a^3*b^4 + (a^5 - 2*a^4*b)*c^2 - (3*a^4*b^2 - a^3*b^3)*c)*sqrt(-x^2 + 1))/x^2) - 2*(c*x^2 - 3*b - c)*sqrt(-x^
2 + 1))/c^2

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{x^{5} \sqrt{- \left (x - 1\right ) \left (x + 1\right )}}{a + b x^{2} + c x^{4}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**5*(-x**2+1)**(1/2)/(c*x**4+b*x**2+a),x)

[Out]

Integral(x**5*sqrt(-(x - 1)*(x + 1))/(a + b*x**2 + c*x**4), x)

________________________________________________________________________________________

Giac [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^5*(-x^2+1)^(1/2)/(c*x^4+b*x^2+a),x, algorithm="giac")

[Out]

Timed out